From: | Allan Odgaard |
Date: | 11 Aug 99 at 23:09:46 |
Subject: | Re: BltBitMapRastPort void operand? |
From: Allan Odgaard <Duff@DIKU.DK>
On 12-Aug-99, Mike Carter wrote:
> res = BltBitMapRastPort(scr->RastPort.BitMap, ...
If you look in clib/graphics_protos.h then you'll see that the function is
defined to return 'void'. So remove "res =", I don't think the function can be
trusted to return something.
Regards Allan